Skip to content

[multiple] Overwrite cifmw_repo_setup_basedir for dlrn related tasks#3644

Closed
evallesp wants to merge 1 commit into
openstack-k8s-operators:mainfrom
evallesp:update-dlrn_report_results_setup_basedir
Closed

[multiple] Overwrite cifmw_repo_setup_basedir for dlrn related tasks#3644
evallesp wants to merge 1 commit into
openstack-k8s-operators:mainfrom
evallesp:update-dlrn_report_results_setup_basedir

Conversation

@evallesp

Copy link
Copy Markdown
Contributor

Those tasks are executed in post.yml file, where as we don't have any nested ansible call, this is calculated as /var/lib instead of /home/zuul.

Those tasks are executed in post.yml file, where as we don't
have any nested ansible call, this is calculated as /var/lib
instead of /home/zuul.

Signed-off-by: Enrique Vallespi Gil <evallesp@redhat.com>
@openshift-ci

openshift-ci Bot commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign rebtoor for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

# lookup('env', 'HOME') runs on the control node (zuul executor), but
# ansible_env.HOME comes from the target host's gathered facts
# Required when executing from zuul executor, post.yml file.
cifmw_repo_setup_basedir: "{{ ansible_env.HOME | default('/home/' + ansible_user) }}/ci-framework-data"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and instead of removing default values and pointing to default values from group_vars we are doing workaround...

@evallesp evallesp closed this Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants